码迷,mamicode.com
首页 >  
搜索关键字:安装active directory 证书错误{0x80070842 (win32:2114)}    ( 6193个结果
Apache Directory Studio
Apache Directory Studio 是一个 LDAP 的工具平台,用来连接到任何 LDAP 服务器并进行管理和开发工作。主要功能:LDAP浏览器、LDIF编辑器、嵌入式ApacheDS、ACI编辑器。
分类:其他好文   时间:2014-05-10 19:29:56    阅读次数:351
Linux更改Apache网站目录出错:Document root must be a directory解决
Linux更改Apache网站目录出错:Document root must be a directory解决修改DocumentRoot <Directory "C:/Apache/Apache2/htdocs"重启apache 报错Document root must be a director...
分类:Web程序   时间:2014-05-10 08:57:13    阅读次数:442
host-manager does not exist or is not a readable directory
当tomcat启动出现这个错误时,按照如下步骤可以解决:1、删掉F:\tomcat20111101\apache-tomcat-6.0.26\conf\Catalina目录下的localhost文件夹2、删掉F:\tomcat20111101\apache-tomcat-6.0.26\webapps...
分类:其他好文   时间:2014-05-10 05:20:52    阅读次数:290
Linux Commands 彻底研究(02):mkdir
NAME mkdir - make directoriesSYNOPSIS mkdir [OPTION]... DIRECTORY...DESCRIPTION Create the DIRECTORY(ies), if they do not already ex...
分类:系统相关   时间:2014-05-10 00:10:10    阅读次数:411
centos 配置 samba 与windows共享文件夹
yum install samba/etc/samba/smb.confdirectory mask = 0777 ← 指定新建目录的属性(以下4行)force directory mode = 0777directory security mask = 0777force directory s....
分类:Windows程序   时间:2014-05-09 15:38:50    阅读次数:437
Linux Commands 彻底研究(01):ls
NAMEls - list directory contents 列出文件夹内容SYNOPSIS ls [OPTION]... [FILE]...DESCRIPTION List information about the FILEs (the current dir...
分类:系统相关   时间:2014-05-09 10:27:55    阅读次数:617
关于Linux中SDK 升级报错的解决
在配置安卓开发环境时,我将sdk、eclipse等工具包解压在了/opt目录下,在安装adt、导入sdk时,频频出现问题,Failed to create directory /opt/adt-bundle-linux-x86_64-20140321/sdk/temp原因是程序在/opt目录下权限不...
分类:系统相关   时间:2014-05-09 09:03:05    阅读次数:399
关于python -os.mkdir(str)方法的使用记录
这几天在学习python,从昨天开始安装了ubuntu系统以后,就开始研究这个备份文件的例子,可是无论如何,总是不成功,不是说OSError: [Errno 2] No such file or directory:就是说OSError: [Errno 13] Permission denied:这...
分类:编程语言   时间:2014-05-09 07:34:56    阅读次数:525
PE代码段中的数据
PE代码段中可能包含一些数据,比如 optional header中的data directory会索引到一些数据,比如import/export table等等; 还有一些jump table/switch table等等。 一般来说,direct/indirect call/branch的目标,...
分类:其他好文   时间:2014-05-09 03:24:13    阅读次数:350
java中获取路径的几种方式
总是忘记, 备份一下,方便下次用.第一种:File directory = new File("");//参数为空String courseFile = directory.getCanonicalPath() ;System.out.println(courseFile);结果:C:\Docume...
分类:编程语言   时间:2014-05-08 12:43:50    阅读次数:343
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!